[INFO] fetching crate vcsr 0.4.0...
[INFO] checking vcsr-0.4.0 against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] extracting crate vcsr 0.4.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate vcsr 0.4.0
[INFO] finished tweaking crates.io crate vcsr 0.4.0
[INFO] tweaked toml for crates.io crate vcsr 0.4.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vcsr 0.4.0 on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate vcsr 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro-error v0.2.6
[INFO] [stderr]   Downloaded structopt-derive v0.3.0
[INFO] [stderr]   Downloaded palette_derive v0.4.1
[INFO] [stderr]   Downloaded clicolors-control v1.0.1
[INFO] [stderr]   Downloaded syn v1.0.11
[INFO] [stderr]   Downloaded getrandom v0.1.11
[INFO] [stderr]   Downloaded rand_distr v0.2.2
[INFO] [stderr]   Downloaded num v0.3.1
[INFO] [stderr]   Downloaded weezl v0.1.5
[INFO] [stderr]   Downloaded gif v0.11.2
[INFO] [stderr]   Downloaded structopt v0.3.0
[INFO] [stderr]   Downloaded matrixmultiply v0.1.15
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.50
[INFO] [stderr]   Downloaded dotenv v0.14.1
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.50
[INFO] [stderr]   Downloaded yansi v0.5.0
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.50
[INFO] [stderr]   Downloaded js-sys v0.3.27
[INFO] [stderr]   Downloaded flexi_logger v0.14.3
[INFO] [stderr]   Downloaded backtrace v0.3.35
[INFO] [stderr]   Downloaded chrono v0.4.8
[INFO] [stderr]   Downloaded transpose v0.1.0
[INFO] [stderr]   Downloaded tiff v0.6.1
[INFO] [stderr]   Downloaded imageproc v0.22.0
[INFO] [stderr]   Downloaded strength_reduce v0.2.2
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.50
[INFO] [stderr]   Downloaded num-bigint v0.3.3
[INFO] [stderr]   Downloaded conv v0.3.3
[INFO] [stderr]   Downloaded palette v0.4.1
[INFO] [stderr]   Downloaded exitcode v1.1.2
[INFO] [stderr]   Downloaded rustfft v3.0.0
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 19f98339e92ceb8f38539d761285919d7bc73ad996c946a398cb6fe7813b0d45
[INFO] running `Command { std: "docker" "start" "19f98339e92ceb8f38539d761285919d7bc73ad996c946a398cb6fe7813b0d45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19f98339e92ceb8f38539d761285919d7bc73ad996c946a398cb6fe7813b0d45" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19f98339e92ceb8f38539d761285919d7bc73ad996c946a398cb6fe7813b0d45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19f98339e92ceb8f38539d761285919d7bc73ad996c946a398cb6fe7813b0d45" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling syn v1.0.11
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling getrandom v0.1.11
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]     Checking either v1.5.2
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]     Checking unicode-width v0.1.6
[INFO] [stderr]     Checking c2-chacha v0.2.2
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking weezl v0.1.5
[INFO] [stderr]     Checking regex v1.2.1
[INFO] [stderr]    Compiling matrixmultiply v0.1.15
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]     Checking crossbeam-epoch v0.9.5
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling num-complex v0.2.3
[INFO] [stderr]     Checking rustc-demangle v0.1.16
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking ttf-parser v0.6.2
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking gif v0.11.2
[INFO] [stderr]     Checking phf_shared v0.7.24
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking clicolors-control v1.0.1
[INFO] [stderr]     Checking termios v0.3.1
[INFO] [stderr]     Checking lock_api v0.3.1
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.4
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking rayon-core v1.9.1
[INFO] [stderr]     Checking bytemuck v1.7.2
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]     Checking backtrace v0.3.35
[INFO] [stderr]     Checking conv v0.3.3
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking phf v0.7.24
[INFO] [stderr]     Checking itertools v0.9.0
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking strength_reduce v0.2.2
[INFO] [stderr]     Checking approx v0.1.1
[INFO] [stderr]     Checking yansi v0.5.0
[INFO] [stderr]     Checking transpose v0.1.0
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]     Checking exitcode v1.1.2
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]     Checking num-complex v0.3.1
[INFO] [stderr]     Checking number_prefix v0.2.8
[INFO] [stderr]     Checking rayon v1.5.1
[INFO] [stderr]    Compiling palette v0.4.1
[INFO] [stderr]     Checking chrono v0.4.8
[INFO] [stderr]     Checking console v0.8.0
[INFO] [stderr]     Checking rand_distr v0.2.2
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking rulinalg v0.4.2
[INFO] [stderr]     Checking indicatif v0.11.0
[INFO] [stderr]     Checking rustfft v3.0.0
[INFO] [stderr]     Checking flexi_logger v0.14.3
[INFO] [stderr]     Checking owned_ttf_parser v0.6.0
[INFO] [stderr]     Checking rusttype v0.9.2
[INFO] [stderr]    Compiling synstructure v0.10.2
[INFO] [stderr]    Compiling palette_derive v0.4.1
[INFO] [stderr]     Checking num v0.3.1
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]    Compiling proc-macro-error v0.2.6
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking dotenv v0.14.1
[INFO] [stderr]    Compiling serde_derive v1.0.99
[INFO] [stderr]    Compiling structopt-derive v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.20
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking thiserror v1.0.20
[INFO] [stderr]     Checking structopt v0.3.0
[INFO] [stderr]     Checking imageproc v0.22.0
[INFO] [stderr]     Checking serde v1.0.99
[INFO] [stderr]     Checking serde_json v1.0.40
[INFO] [stderr]     Checking vcsr v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/models.rs:542:31
[INFO] [stdout]     |
[INFO] [stdout] 542 |                 matrix_subset[(length - 1)] / 2.0
[INFO] [stdout]     |                               ^          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 542 -                 matrix_subset[(length - 1)] / 2.0
[INFO] [stdout] 542 +                 matrix_subset[length - 1 ] / 2.0
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/models.rs:542:31
[INFO] [stdout]     |
[INFO] [stdout] 542 |                 matrix_subset[(length - 1)] / 2.0
[INFO] [stdout]     |                               ^          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 542 -                 matrix_subset[(length - 1)] / 2.0
[INFO] [stdout] 542 +                 matrix_subset[length - 1 ] / 2.0
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:563:33
[INFO] [stdout]     |
[INFO] [stdout] 563 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:563:33
[INFO] [stdout]     |
[INFO] [stdout] 563 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:579:33
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:603:33
[INFO] [stdout]     |
[INFO] [stdout] 603 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:606:24
[INFO] [stdout]     |
[INFO] [stdout] 606 | #[derive(Clone, Debug, Deserialize)]
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:619:33
[INFO] [stdout]     |
[INFO] [stdout] 619 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:664:33
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:673:33
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:689:33
[INFO] [stdout]     |
[INFO] [stdout] 689 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:698:33
[INFO] [stdout]     |
[INFO] [stdout] 698 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:579:33
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:603:33
[INFO] [stdout]     |
[INFO] [stdout] 603 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:606:24
[INFO] [stdout]     |
[INFO] [stdout] 606 | #[derive(Clone, Debug, Deserialize)]
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:619:33
[INFO] [stdout]     |
[INFO] [stdout] 619 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:664:33
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:673:33
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:689:33
[INFO] [stdout]     |
[INFO] [stdout] 689 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/models.rs:698:33
[INFO] [stdout]     |
[INFO] [stdout] 698 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:563:33
[INFO] [stdout]     |
[INFO] [stdout] 563 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Disposition`
[INFO] [stdout] 564 | struct Disposition {
[INFO] [stdout]     |        ----------- `Disposition` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:579:33
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_StreamTags`
[INFO] [stdout] 580 | #[serde(rename_all = "snake_case")]
[INFO] [stdout] 581 | struct StreamTags {
[INFO] [stdout]     |        ---------- `StreamTags` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:603:33
[INFO] [stdout]     |
[INFO] [stdout] 603 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_GenericStream`
[INFO] [stdout] 604 | pub struct GenericStream {}
[INFO] [stdout]     |            ------------- `GenericStream` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:606:24
[INFO] [stdout]     |
[INFO] [stdout] 606 | #[derive(Clone, Debug, Deserialize)]
[INFO] [stdout]     |                        ^----------
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        `Deserialize` is not local
[INFO] [stdout]     |                        move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Stream`
[INFO] [stdout] 607 | #[serde(tag = "codec_type")]
[INFO] [stdout] 608 | pub enum Stream {
[INFO] [stdout]     |          ------ `Stream` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:619:33
[INFO] [stdout]     |
[INFO] [stdout] 619 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_StreamStruct`
[INFO] [stdout] 620 | pub struct StreamStruct {
[INFO] [stdout]     |            ------------ `StreamStruct` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:664:33
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_SideDataType`
[INFO] [stdout] 665 | struct SideDataType {
[INFO] [stdout]     |        ------------ `SideDataType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:673:33
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Format`
[INFO] [stdout] 674 | pub struct Format {
[INFO] [stdout]     |            ------ `Format` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:689:33
[INFO] [stdout]     |
[INFO] [stdout] 689 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_FormatTags`
[INFO] [stdout] 690 | struct FormatTags {
[INFO] [stdout]     |        ---------- `FormatTags` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:698:33
[INFO] [stdout]     |
[INFO] [stdout] 698 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Ffprobe`
[INFO] [stdout] 699 | pub struct Ffprobe {
[INFO] [stdout]     |            ------- `Ffprobe` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/operations.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 |     &time_sorted.sort_by(|a, b| a.timestamp.partial_cmp(&b.timestamp).unwrap());
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 124 |     let _ = &time_sorted.sort_by(|a, b| a.timestamp.partial_cmp(&b.timestamp).unwrap());
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:563:33
[INFO] [stdout]     |
[INFO] [stdout] 563 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Disposition`
[INFO] [stdout] 564 | struct Disposition {
[INFO] [stdout]     |        ----------- `Disposition` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:579:33
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_StreamTags`
[INFO] [stdout] 580 | #[serde(rename_all = "snake_case")]
[INFO] [stdout] 581 | struct StreamTags {
[INFO] [stdout]     |        ---------- `StreamTags` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:603:33
[INFO] [stdout]     |
[INFO] [stdout] 603 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_GenericStream`
[INFO] [stdout] 604 | pub struct GenericStream {}
[INFO] [stdout]     |            ------------- `GenericStream` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:606:24
[INFO] [stdout]     |
[INFO] [stdout] 606 | #[derive(Clone, Debug, Deserialize)]
[INFO] [stdout]     |                        ^----------
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        `Deserialize` is not local
[INFO] [stdout]     |                        move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Stream`
[INFO] [stdout] 607 | #[serde(tag = "codec_type")]
[INFO] [stdout] 608 | pub enum Stream {
[INFO] [stdout]     |          ------ `Stream` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:619:33
[INFO] [stdout]     |
[INFO] [stdout] 619 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_StreamStruct`
[INFO] [stdout] 620 | pub struct StreamStruct {
[INFO] [stdout]     |            ------------ `StreamStruct` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:664:33
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[derive(Clone, Default, Debug, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_SideDataType`
[INFO] [stdout] 665 | struct SideDataType {
[INFO] [stdout]     |        ------------ `SideDataType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:673:33
[INFO] [stdout]     |
[INFO] [stdout] 673 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Format`
[INFO] [stdout] 674 | pub struct Format {
[INFO] [stdout]     |            ------ `Format` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:689:33
[INFO] [stdout]     |
[INFO] [stdout] 689 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_FormatTags`
[INFO] [stdout] 690 | struct FormatTags {
[INFO] [stdout]     |        ---------- `FormatTags` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/models.rs:698:33
[INFO] [stdout]     |
[INFO] [stdout] 698 | #[derive(Clone, Debug, Default, Deserialize)]
[INFO] [stdout]     |                                 ^----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Deserialize` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Ffprobe`
[INFO] [stdout] 699 | pub struct Ffprobe {
[INFO] [stdout]     |            ------- `Ffprobe` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/operations.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 |     &time_sorted.sort_by(|a, b| a.timestamp.partial_cmp(&b.timestamp).unwrap());
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 124 |     let _ = &time_sorted.sort_by(|a, b| a.timestamp.partial_cmp(&b.timestamp).unwrap());
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.89s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.14.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "19f98339e92ceb8f38539d761285919d7bc73ad996c946a398cb6fe7813b0d45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19f98339e92ceb8f38539d761285919d7bc73ad996c946a398cb6fe7813b0d45", kill_on_drop: false }`
[INFO] [stdout] 19f98339e92ceb8f38539d761285919d7bc73ad996c946a398cb6fe7813b0d45
